-
-
Notifications
You must be signed in to change notification settings - Fork 239
feat(build): Add --install-group parameter to build upload #3094
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
5f47dd5 to
36a6c11
Compare
e91ce64 to
a2aa334
Compare
Add support for distribution groups in build uploads. This parameter allows specifying one or more groups that control update visibility. Builds with at least one matching distribution group will be shown updates for each other. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
a2aa334 to
010e024
Compare
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
NicoHinderling
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm aside from the cursor comment
Use standard <[_]>::is_empty pattern for skip_serializing_if attribute, consistent with artifact.rs. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add support for install groups in build uploads. This parameter allows specifying one or more groups that control update visibility. Builds with at least one matching install group will be shown updates for each other.